projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660a52f
)
(telnet): Use comint-canonicalize-args.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Dec 1993 03:07:30 +0000
(
03:07
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 24 Dec 1993 03:07:30 +0000
(
03:07
+0000)
lisp/telnet.el
patch
|
blob
|
history
diff --git
a/lisp/telnet.el
b/lisp/telnet.el
index 871e1f182138bb2fe22424bf8dc106b4cd873328..752883533e321d49665ea782bf4a18f7d05494e1 100644
(file)
--- a/
lisp/telnet.el
+++ b/
lisp/telnet.el
@@
-183,6
+183,7
@@
rejecting one login and prompting for the again for a username and password.")
Communication with HOST is recorded in a buffer *HOST-telnet*.
Normally input is edited in Emacs and sent a line at a time."
(interactive "sOpen telnet connection to host: ")
+ (setq host (comint-canonicalize-args host))
(let* ((name (concat host "-telnet" ))
(buffer (get-buffer (concat "*" name "*"))))
(if (and buffer (get-buffer-process buffer))